home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / hex / dump-1.000 / dump-1 / dump-1.0 / README < prev   
Encoding:
Text File  |  1995-08-07  |  652 b   |  30 lines

  1. Sun Aug  6 20:36:40 MDT 1995
  2. --
  3.  
  4. Simple hex dump utility.  I missed it badly from OS-9 so I wrote my own.
  5. The difference between it on 'od' is the ascii dump side by side with the
  6. requested dump.  Makes it much easier to read a binary files contents.
  7.  
  8. to compile: make install ; make clean
  9.  
  10. Syntax: dump [<opts>] [<path>] [<opts>]
  11. Function: formatted display of contents of a file
  12. Options:
  13.    -b    binary display
  14.    -d    decimal display
  15.    -h    hexadecimal display (default)
  16.    -o    octal display
  17.    -z    read from standard input
  18.    -v    version
  19.  
  20. --
  21. Mike Haaland 
  22.  
  23. E-Mail:
  24.     <mikeh@vkgs.com>
  25.     <mikeh@hypertech.com>
  26.     <72300.1433@Compuserve.com>
  27.  
  28.  
  29.  
  30.